home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / code / r3mpdiff.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  419 b   |  22 lines

  1.  
  2. // JavaScript wrapper for r3mpdiff.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MPDIFFUSE_H = 1;
  7. include("real/code/r3matprp.js")
  8.  
  9.  
  10. var R3CLID_MPDIFFUSE = 786;
  11.  
  12.  
  13.  
  14. function r3Mpdiffuse () { 
  15.    this.base = r3God;
  16.    if(arguments.length) {
  17.       this.base(R3CLID_MPDIFFUSE, arguments);
  18.    }
  19. }
  20.  
  21. r3Mpdiffuse.prototype=new r3Matprop;
  22. // r3mpdiff.h_H